home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.1 KB | 43 lines | [TEXT/GEOL] |
- Item 2651908 20-Dec-89 13:43
-
- From: D1282 Power Up,PRT
-
- To: MACAPP.TECH$ MacApp Technical
- DAWSON.M Dawson, Mark
-
- Sub: Deleting boxes in TCluste
-
- Attn: MacApp.Tech$
- Attn: Dawson, Mark
- SentBy: James Plamondon
- Date 12/19/89
- Subject Deleting boxes in TCluster
- From James Plamondon
- To Dawson, Mark
- CC MacApp.Tech$
-
- Reply to: Deleting boxes in TCluster
- Dear Mr. Dawson,
-
- The quick and dirty solution is to have an empty string as the cluster title,
- and set the cluster's pen size to (0,0). These changes can be made in the
- cluster's view resource, without writing a new class.
-
- An alternative would be to write a new class, TInvisibleCluster, that
- sinherits from TCluster and overrides its Draw() method with an empty
- (do-nothing) routine.
-
- I've used the first approach, and it has worked fine for me. Hoping this is
- helpful, I am
-
- Yours,
-
- James Plamondon
- Software Engineer
- PowerUp! Software
- 2929 Campus Drive, Suite 300
- San Mateo, CA 94403
- (415) 345-5900 x351
- AppleLink: PowerUp.Eng
-
-